home *** CD-ROM | disk | FTP | other *** search
/ Crack It! / Crack It!.iso / CONTENT / DPATROL / DPUPDATE.ZIP / ROWAN / ROWAN.B50 < prev    next >
Text File  |  1995-06-07  |  3KB  |  125 lines

  1. REM
  2. REM The file name of this file is ROWAN.B50
  3. REM
  4. REM                 Rowan Software Ltd flight simulations
  5. REM
  6. REM                 F16C Block 50 FLCS ADV file
  7. REM
  8. REM                 Written and Tested by Jim Taylor
  9. REM
  10. REM             CURRENTLY A TEST
  11. REM
  12. REM ╔═══════════════════════════════════════════════════════════════════════╗
  13. REM ║Mark II WCS Base Switch Settings                                       ║
  14. REM ║Black Hat switch = Digital                                             ║
  15. REM ║Red Switch       = Digital                                             ║
  16. REM ║And choose normal joystick                                             ║
  17. REM ║                                                                       ║
  18. REM ║Black Switch     = Digital                                             ║
  19. REM ║Red Switch       = Analogue                                            ║
  20. REM ║And choose Joy-Throttle                                                ║
  21. REM ╚═══════════════════════════════════════════════════════════════════════╝
  22. REM
  23. REM ╔═════════════════════════════════════════════════════╗
  24. REM ║ Place Mdef files below this line (i.e. Mdef Newname)║
  25. REM ╚═════════════════════════════════════════════════════╝
  26.  
  27. MDEF ROWAN
  28.  
  29. REM ╔════════════════════════════════════════════════════════╗
  30. REM ║ Change 'TEMPLATE' to the name of the MDF file that you ║
  31. REM ║ want your ADV file to reference.  For example, if you  ║
  32. REM ║ create a new ADV file called NEWSIM.ADV, you might want║
  33. REM ║ the line above to read 'Mdef NEWSIM'.                  ║
  34. REM ╚════════════════════════════════════════════════════════╝
  35.  
  36. RATE 70
  37.  
  38. REM ╔════════════════════════════════════════════════════════════╗
  39. REM ║ Place special macros below this line (i.e. @macroname, etc)║
  40. REM ╚════════════════════════════════════════════════════════════╝
  41.  
  42. REM USE WCS
  43.  
  44. REM ╔════════════════════════╗
  45. REM ║FLCS Buttons Commands:  ║
  46. REM ╚════════════════════════╝
  47.  
  48. REM IF WCS IS CONNECTED THEN YOU COULD ALSO DEFINE /U /M /D giving 6 modes:
  49. REM which gives 4 * 2 * 3 = 24 coolie hats = 96 positions!
  50. REM You may also program diagonals... this is silly!
  51.  
  52. BTN S1 /H /N NextA2A
  53.  
  54. BTN S2  /H /N NextA2G
  55.  
  56. REM BTNar        S3 Ge S3 is a mode toggle! Defines /I or /O
  57. BTN S3
  58.  
  59. BTN S4  /H /N NumN
  60.  
  61. BTN H1U /H /N MavUp
  62.     
  63. BTN H1D /H /N MavDown
  64.     
  65. BTN H1L /H /N MavLeft
  66.     
  67. BTN H1R /H /N MavRight
  68.     
  69. BTN H1M 
  70.  
  71. BTN H2U /H /N UnLock
  72.     
  73. BTN H2D /H /N UnLockFree
  74.     
  75. BTN H2L /H /N UnLockNext
  76.     
  77. BTN H2R /H /N RadarMode
  78.     
  79. BTN H2M
  80.  
  81. BTN H3U /H /N MavBigUp
  82.     
  83. BTN H3D /H /N MavBigDown
  84.     
  85. BTN H3L /H /N MavBigLeft
  86.     
  87. BTN H3R /H /N MavBigRight
  88.     
  89. BTN H3M
  90.  
  91. BTN H4U /H /N Chaff
  92.     
  93. BTN H4D /H /N Combat
  94.     
  95. BTN H4R /H /N Flares
  96.     
  97. BTN H4L /H /N CombatIn
  98.     
  99. BTN H4M 
  100.  
  101. REM ╔════════════════════════╗
  102. REM ║WCS II Buttons Commands:║
  103. REM ╚════════════════════════╝
  104. REM this has a 3 position switch
  105.  
  106. REM @DigitalThrottle
  107.  
  108. REM BTN T1 /N Auto
  109. REM 
  110. REM BTN T2 /N WPInc
  111. REM 
  112. REM BTN T3 /N WPDec
  113. REM 
  114. REM BTN T4 /N GotoMenus
  115. REM 
  116. REM BTN T5 /N Pause
  117. REM 
  118. REM BTN T6 /N AccelKey
  119. REM 
  120. REM BTN T7 /N VideoToggle
  121. REM 
  122. REM BTN T8 /N InSide2
  123.  
  124.  
  125.